home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cocktail
/
begman.lha
/
begmanual
/
begman066.ps
< prev
next >
Wrap
Text File
|
1992-02-14
|
15KB
|
780 lines
%!PS-Adobe-2.0
%%Title: (null)
%%Creator: emmel
%%CreationDate: Wed Dec 4 10:41:11 1991
%%Pages: 0
%%BoundingBox: 18 2.88 426.895 525.161
%%EndComments
/draw_initial_state save def
/displaylistdict 80 dict def
displaylistdict begin
%% catch nocurrentpoint error for:
%% pathbbox
/ncpoint errordict /nocurrentpoint get def
errordict begin
/nocurrentpoint
{
dup /pathbbox load eq
{ pop 0 0 1 1 }
{ ncpoint }
ifelse
} bind def
end
/m {moveto} bind def
/l {lineto} bind def
%% pattern stuff
/BPSIDE 32 def %% pixels per pattern side
/PATFREQ 3.0 def %% pattern pixels per mm
/drawpat_mat [PATFREQ 0 0 PATFREQ 0 0] def
/drawpat_pw BPSIDE def %% pattern pixel width
/drawpat_ph BPSIDE def %% pattern pixel height
/drawpat_w drawpat_pw PATFREQ div def %% pattern mm width
/drawpat_h drawpat_ph PATFREQ div def %% pattern mm height
/drawpat_bs 1 def %% pattern bits per pixel
/topmat matrix def
/patmat matrix def
/start_display_list
{
0 setlinecap
10 setmiterlimit
} bind def
/patpath {
topmat setmatrix
pathbbox %% get lo - hi indecies
/hy exch drawpat_h div floor cvi def
/hx exch drawpat_w div floor cvi def
/ly exch drawpat_h div floor cvi def
/lx exch drawpat_w div floor cvi def
lx 1 hx {
drawpat_w mul
ly 1 hy {
drawpat_h mul
exch dup 3 1 roll exch
patmat currentmatrix pop
translate
drawpat_pw drawpat_ph drawpat_bs
drawpat_mat drawpat_proc image
patmat setmatrix
} for
pop
} for
} bind def
/saveCurrentPoint
{
currentpoint /cpy exch def /cpx exch def
} bind def
/restoreCurrentPoint
{
cpx cpy moveto
} bind def
/r {rmoveto} bind def
/sp {x 0 rmoveto} bind def
/rl {rlineto} bind def
/onelet 1 string def
%% show a string
/s {
complex_color
{
{
onelet exch 0 exch put
gsave
onelet true charpath
clip patpath
grestore
onelet stringwidth rmoveto
} forall
}
{ show }
ifelse
} bind def
/box { newpath m l l l closepath } bind def
/pix_to_units { 144 300 div mul } bind def
/apix_to_units { 144 exch div mul } bind def
/reencode_small_dict 12 dict def
/ReencodeSmall {
reencode_small_dict begin
/new_codes_and_names exch def
/new_font_name exch def
/base_font_name exch def
/base_font_dict base_font_name findfont def
/newfont base_font_dict maxlength dict def
base_font_dict {
exch dup /FID ne
{ dup /Encoding eq
{ exch dup length array copy newfont 3 1 roll put }
{ exch newfont 3 1 roll put }
ifelse
}
{ pop pop }
ifelse
} forall
newfont /FontName new_font_name put
new_codes_and_names aload pop
new_codes_and_names length 2 idiv
{ newfont /Encoding get 3 1 roll put }
repeat
new_font_name newfont definefont pop
end %%reencode_small_dict
} def
/extended_Zapf [
8#223 /a89
8#224 /a90
8#225 /a93
8#226 /a94
8#227 /a91
8#230 /a92
8#231 /a205
8#232 /a85
8#233 /a206
8#234 /a86
8#235 /a87
8#236 /a88
8#237 /a95
8#240 /a96
] def
/extended_Standard [
128 /Acircumflex
129 /Adieresis
130 /Agrave
131 /Aring
132 /Atilde
133 /Ccedilla
134 /Eacute
135 /Ecircumflex
136 /Edieresis
137 /Egrave
138 /Iacute
139 /Icircumflex
140 /Idieresis
141 /Igrave
142 /Ntilde
143 /Oacute
144 /Ocircumflex
145 /Odieresis
146 /Ograve
147 /Otilde
148 /Scaron
149 /Uacute
150 /Ucircumflex
151 /Udieresis
152 /Ugrave
153 /Ydieresis
154 /Zcaron
155 /aacute
156 /acircumflex
157 /adieresis
158 /agrave
159 /aring
160 /atilde
209 /ccedilla
210 /copyright
211 /eacute
212 /ecircumflex
213 /edieresis
214 /egrave
215 /iacute
216 /icircumflex
217 /idieresis
218 /igrave
219 /logicalnot
220 /minus
221 /ntilde
222 /oacute
223 /ocircumflex
224 /odieresis
228 /ograve
229 /otilde
230 /registered
231 /scaron
236 /trademark
237 /uacute
238 /ucircumflex
239 /udieresis
240 /ugrave
242 /ydieresis
243 /zcaron
244 /Aacute
] def
/extended_Symbol [
] def
/extend_font { %% stack: fontname newfontname
exch dup (ZapfDingbats) eq
{ cvn exch cvn extended_Zapf ReencodeSmall }
{ dup (Symbol) eq
{ cvn exch cvn extended_Symbol ReencodeSmall }
{ cvn exch cvn extended_Standard ReencodeSmall }
ifelse
}
ifelse
} bind def
/getfont {
/f exch def f cvn where
{ begin f cvx cvn exec setfont end }
{ f 0 f length 3 sub getinterval (LocalFont) extend_font
/LocalFont findfont
/sz f f length 3 sub 3 getinterval cvi def
[ sz 0 0 sz neg 0 0 ] makefont dup f cvn exch def
setfont
}
ifelse
} bind def
/ul { %% space drop thickness
gsave currentpoint currentlinewidth
currentpoint newpath moveto 6 -3 roll
setlinewidth 0 exch r
0 rl stroke setlinewidth m
grestore
} bind def
/ss { currentpoint pop exch m } bind def
/image_raster { %% sw sh dw dh xs ys
translate scale /sh exch def /sw exch def
/imagebuf sw 7 add 8 idiv string def
sw sh 1 [sw 0 0 sh 0 0] { currentfile imagebuf readhexstring pop }
image
} bind def
/leader_insert
{
/str exch def /sp1 exch def
-1 0 { pop sp1 0 str ashow } for
} bind def
/nx { /x exch def } bind def
0. nx
%%EndProlog
%%Page: 1 1
gsave 2.83465 -2.83465 scale
saveCurrentPoint newpath restoreCurrentPoint
144.249 0 rlineto
0 184.249 rlineto
-144.249 0 rlineto
closepath clip
-7.8754 -7.8754 rmoveto
currentpoint translate
topmat currentmatrix pop
start_display_list
% polyline2
0 setlinejoin
0.2492 setlinewidth
0 setgray
gsave
newpath 8 156 m
152 156 l
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 12 12.143] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (4:) s sp
setmatrix
% text
/complex_color false def
matrix currentmatrix [1.00001 0 0 1 55.7221 14.9828] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (*) s
setmatrix
% rfrm
2 setlinejoin
gsave
% 4 arcs
matrix currentmatrix
60.8754 17.1246 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
52.8754 17.1246 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
52.8754 17.1246 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
60.8754 17.1246 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% polyline2
% arrow
gsave
newpath 69.9309 28.1037 m 66.6283 27.203 l 67.8292 25.4015 l closepath
eofill
grestore
0 setlinejoin
gsave
newpath 57.9309 20.1037 m
67.2287 26.3023 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 43.9309 28.1037 m 46.0326 25.4015 l 47.2336 27.203 l closepath
eofill
grestore
gsave
newpath 55.9309 20.1037 m
46.6331 26.3023 l
stroke
grestore
% polyline2
gsave
newpath 8 62 m
152 62 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 116 23.3271 m 110.5 25.1604 l 110.5 21.4938 l closepath
eofill
grestore
1 setlinewidth
gsave
newpath 100 23.3271 m
110.5 23.3271 l
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [0.999999 0 0 1 65.4069 29.3365] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
setmatrix
% irpoly2
0.2492 setlinewidth
gsave
newpath 64.1246 28.1246 m
80.6694 28.1246 l
80.6694 34.7749 l
64.1246 34.7749 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1.00001 0 0 0.999995 126.166 21.2823] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Double) s
setmatrix
% irpoly2
gsave
newpath 124.125 20.1246 m
140.669 20.1246 l
140.669 26.7749 l
124.125 26.7749 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [0.999995 0 0 0.999998 35.4065 29.3365] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
setmatrix
% irpoly2
gsave
newpath 34.1246 28.1246 m
50.6686 28.1246 l
50.6686 34.7749 l
34.1246 34.7749 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [0.999999 0 0 0.999999 32 44] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (for) s 6.000 nx sp sp sp sp sp sp
sp (MR) s sp sp sp sp sp sp (Double,Register2) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 44 52] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m 6.000 nx sp (Times-Roman024) getfont (Register1) s sp (has) s
sp (to) s sp (be) s sp (the) s sp (odd) s sp (part) s sp (of) s sp (Double.) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [0.999999 0 0 0.999999 12 68.143] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (5:) s sp
setmatrix
% text
/complex_color false def
matrix currentmatrix [1.00001 0 0 1 55.7221 70.9828] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (/) s
setmatrix
% rfrm
2 setlinejoin
gsave
% 4 arcs
matrix currentmatrix
60.8754 73.1246 translate
3 3 scale
newpath 0 0 1 0 90 arc setmatrix
matrix currentmatrix
52.8754 73.1246 translate
3 3 scale
0 0 1 90 180 arc setmatrix
matrix currentmatrix
52.8754 73.1246 translate
3 3 scale
0 0 1 180 270 arc setmatrix
matrix currentmatrix
60.8754 73.1246 translate
3 3 scale
0 0 1 270 0 arc setmatrix
closepath
stroke
grestore
% polyline2
% arrow
gsave
newpath 69.9309 84.1037 m 66.6283 83.203 l 67.8292 81.4015 l closepath
eofill
grestore
0 setlinejoin
gsave
newpath 57.9309 76.1037 m
67.2287 82.3023 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 43.9309 84.1037 m 46.0326 81.4015 l 47.2336 83.203 l closepath
eofill
grestore
gsave
newpath 55.9309 76.1037 m
46.6331 82.3023 l
stroke
grestore
% polyline2
gsave
newpath 8 118 m
152 118 l
stroke
grestore
% polyline2
% arrow
gsave
newpath 116 79.3271 m 110.5 81.1604 l 110.5 77.4938 l closepath
eofill
grestore
1 setlinewidth
gsave
newpath 100 79.3271 m
110.5 79.3271 l
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [0.999999 0 0 0.999999 65.4069 85.3365] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
setmatrix
% irpoly2
0.2492 setlinewidth
gsave
newpath 64.1246 84.1246 m
80.6694 84.1246 l
80.6694 90.7749 l
64.1246 90.7749 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [0.999999 0 0 0.999999 36.1655 85.2823] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Double) s
setmatrix
% irpoly2
gsave
newpath 34.1246 84.1246 m
50.6694 84.1246 l
50.6694 90.7749 l
34.1246 90.7749 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [0.999999 0 0 0.999999 125.407 77.3365] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
setmatrix
% irpoly2
gsave
newpath 124.125 76.1246 m
140.669 76.1246 l
140.669 82.7749 l
124.125 82.7749 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [0.999999 0 0 0.999999 32 100] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (for) s 6.000 nx sp sp sp sp sp sp
sp (DR) s sp sp sp sp sp sp (Double,Register2) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 44 108] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m 6.000 nx sp (Times-Roman024) getfont (Register1) s sp (has) s
sp (to) s sp (be) s sp (the) s sp (odd) s sp (part) s sp (of) s sp (Double.) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 116 100] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (20;) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 116 44] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (10;) s
setmatrix
% irpoly2
gsave
newpath 8 8 m
152 8 l
152 192 l
8 192 l
closepath
stroke
grestore
% polyline2
% arrow
gsave
newpath 116 127.327 m 110.5 129.16 l 110.5 125.494 l closepath
eofill
grestore
1 setlinewidth
gsave
newpath 100 127.327 m
110.5 127.327 l
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [0.999998 0 0 1 12 124] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (6:) s sp
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 52.1655 125.282] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Double) s
setmatrix
% irpoly2
0.2492 setlinewidth
gsave
newpath 50.1246 124.125 m
66.6694 124.125 l
66.6694 130.775 l
50.1246 130.775 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 123.407 125.337] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
setmatrix
% irpoly2
gsave
newpath 122.125 124.125 m
138.669 124.125 l
138.669 130.775 l
122.125 130.775 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 32 136] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m 6.000 nx sp sp sp sp sp sp sp sp sp sp sp sp
(Times-Roman024) getfont (no) s sp (code) s sp (produced) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 46 144] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s 6.000 nx sp (has) s sp (to) s
sp (be) s sp (the) s sp (odd) s sp (part) s sp (of) s sp (Double.) s
setmatrix
% polyline2
% arrow
gsave
newpath 116 165.327 m 110.5 167.16 l 110.5 163.494 l closepath
eofill
grestore
1 setlinewidth
gsave
newpath 100 165.327 m
110.5 165.327 l
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [0.999998 0 0 1 12 162] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Rule) s 6.000 nx sp (7:) s sp
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 124.166 163.282] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Double) s
setmatrix
% irpoly2
0.2492 setlinewidth
gsave
newpath 122.125 162.125 m
138.669 162.125 l
138.669 168.775 l
122.125 168.775 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 51.4065 163.337] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s
setmatrix
% irpoly2
gsave
newpath 50.125 162.125 m
66.669 162.125 l
66.669 168.775 l
50.125 168.775 l
closepath
stroke
grestore
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 32 174] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m 6.000 nx sp sp (Times-Roman024) getfont (for) s sp sp sp sp
sp sp (SRDA) s sp sp sp sp (Double,32) s sp
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 46 182] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Register) s 6.000 nx sp (has) s sp (to) s
sp (be) s sp (the) s sp (even) s sp (part) s sp (of) s sp (Double.) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 116 174] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (3;) s
setmatrix
% text
/complex_color false def
matrix currentmatrix [1 0 0 1 116 136] concat
25.4 144 div dup scale 0 0 m
18 ss 0.000 18.000 m (Times-Roman024) getfont (Cost) s 6.000 nx sp (0;) s
setmatrix
grestore
%%Trailer
end
draw_initial_state restore